'cy' is not defined
FIXED
https://gyazo.com/593855af0e9dbffc2a79337a1d8ce38d
eslint
$ npm install eslint-plugin-cypress
Add .eslintrc.json to cypress directory
code:json
{
"extends": [
"plugin:cypress/recommended"
]
}
reactjs - ESLint: 'cy' is not defined (Cypress) - Stack Overflow
---
This page is auto-translated from /nishio/'cy' is not defined using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.